IProvider<T>
Namespace: JoaLauncher.Api.Providers
A Provider has the job to provide search results. A Provider can be used at two points 1. It can be registered as a global provider 2. It can be added to a step using the StepBuilder in a search result
public interface IProvider<in T> : IProvider